Template Mod Name: Move Moderator List to Forum Description<br />Works with: UBB.threads 6.x<br />Date: 9/27/02<br />Written up by: JoshPet<br />Credits to: AllenAyres, Bookie <= the real brains behind it. <br /> & Rio for requesting the write up.<br /><br />Description: This removes the moderator column and adds the list of moderators below a forum's description.<br /><br />Files Modified: /templates/default/ubbthreads.tmpl<br /><br />Notes: VERY simple template Mod. <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />Also attached as text file.<br /><br /><pre><font class="small">code:</font><hr><br />##<br />## Open /templates/default/ubbthreads.tmpl<br />##<br /><br /><br />#<br /># Find and Remove this:<br />#<br /><br /><td class="tdheader" align="center"><br />{$ubbt_lang['USER_MOD']}<br /></td><br /><br /><br /><br />#<br /># Find and Remove this:<br />#<br /><br /><td width="10%" class="modcolumn" align="center"><br />{$forum[$c][$f]['modlist']}<br /></td><br /><br /><br /><br />#<br /># Find this:<br />#<br /><br /><td class="forumdescript"><br />{$forum[$c][$f]['Description']}<br /></td><br /><br /><br />#<br /># Change to this:<br />#<br /><br /><td class="forumdescript"><br />{$forum[$c][$f]['Description']}<br /><br /><br /> <i>{$ubbt_lang['USER_MOD']}: {$forum[$c][$f]['modlist']}</i><br /></td><br /><br /><br />With the above I've chosen to slightly indent the moderator list and make it italic....<br />obviously, if you don't want the indent or the italic....<br /><br />#<br /># Then change to this instead:<br />#<br /><br /><td class="forumdescript"><br />{$forum[$c][$f]['Description']}<br /><br /><br />{$ubbt_lang['USER_MOD']}: {$forum[$c][$f]['modlist']}<br /></td><br /></pre><hr>
Attachments
57816-ModListToForumDesc.txt (80 downloads)